type github.com/jackc/pgx/v5/pgconn.connLockError

8 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		errors.go#L102: type connLockError struct {
		errors.go#L106: func (e *connLockError) SafeToRetry() bool {
		errors.go#L110: func (e *connLockError) Error() string {
		errors.go#L114: func (e *connLockError) Unwrap() error {
		pgconn.go#L666: 		return nil, &connLockError{status: "conn closed"}
		pgconn.go#L824: 		return &connLockError{status: "conn busy"} // This only should be possible in case of an application bug.
		pgconn.go#L826: 		return &connLockError{status: "conn closed"}
		pgconn.go#L828: 		return &connLockError{status: "conn uninitialized"}